.prelight-page GtkLabel, GtkLabel.prelight-page {
// prelight tab text
color: mix($fg_color, $insensitive_fg_color, 50%);
+ &:backdrop { // FIXME, it's the same as GtkLabel:backdrop up here
+ color: mix($backdrop_fg_color, $backdrop_insensitive_color, 50%);
+ }
}
.active-page GtkLabel, GtkLabel.active-page {
// active tab text
color: #878b8a; }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #c0c2c0; }
+ .notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
+ color: #878b8a; }
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #eeeeec; }
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
color: #8d9090; }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #5d6263; }
+ .notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
+ color: #8d9090; }
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #2e3436; }
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {